home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / parad / apr96 / jensf101.gif < prev    next >
Graphics Interchange Format  |  1996-11-18  |  6KB  |  382x354  |  4-bit (6 colors)
Labels: text | electronics | screenshot | display | software | computer icon | number | operating system
OCR: UNIT1.PAS unit Unit1; interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls, Forms, Dialogs; type TFormi = class (TForm) Button1: TButton; private { Private declarations } public { Public declarations } end; 1: 1 Modified Insert Unit1